<xs:complexType name="BookingRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element name="RequestTrigger" type="RequestTriggerType" nillable="false"> <xs:annotation> <xs:documentation>Trigger type which initiated the request</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Services" type="ServicesRequestType" nillable="false" /> <xs:element name="Packages" type="PackagesRequestType" nillable="true" /> <xs:element name="Travellers" type="TravellersRequestType" nillable="false" /> <xs:element name="BookingDetails" type="CommonBookingType" nillable="true" /> <xs:element name="ConfirmedWarnings" type="IdentifiersType" nillable="false" minOccurs="0"> <xs:annotation> <xs:documentation>List of confirmed warning idemntifiers</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType>
© 2017 All Rights Reserved.